home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000150_tim@maths.tcd.ie_Mon Jan 3 17:53:22 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  1KB

  1. Received: from salmon.maths.tcd.ie by cs.umb.edu with SMTP id AA21565
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Mon, 3 Jan 1994 17:53:22 -0500
  3. Received: from hamilton.maths.tcd.ie by salmon.maths.tcd.ie
  4.            Via SMTP (FibreOptic) id aa12163; 3 Jan 94 22:53 GMT
  5. Subject: Re: Problems compiling dvips
  6. To: Enrique_Ibarra-Anaya@volga.edrc.cmu.edu
  7. Date: Mon, 3 Jan 1994 22:53:17 (GMT)
  8. From: Timothy Murphy <tim@maths.tcd.ie>
  9. Cc: tex-k@cs.umb.edu
  10. In-Reply-To: <199401031943.AA16165@cs.umb.edu> from "Enrique_Ibarra-Anaya@VOLGA.EDRC.CMU.EDU" at Jan 3, 94 02:43:22 pm
  11. X-Mailer: ELM [version 2.4 PL21]
  12. Mime-Version: 1.0
  13. Content-Type: text/plain; charset=US-ASCII
  14. Content-Transfer-Encoding: 7bit
  15. Content-Length: 439       
  16. Message-Id:  <9401032253.aa26319@hamilton.maths.tcd.ie>
  17.  
  18. > I do not understand why the linker cannot find the library function
  19. > assert. I compiled and run the following simple program successfully
  20. > (gtest.c): 
  21.  
  22. I don't know if the following is true,
  23. but it might explain your experience.
  24. The "function" assert() might be a macro
  25. which is called by a function in the library kpathsea.a ,
  26. without including the appropriate header file
  27. where the macro is defined.
  28.  
  29. Just a thought ...
  30.  
  31. Tim
  32.  
  33.